home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / math / ol4win10.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-01-23  |  262b  |  16 lines

  1. echo off
  2. cls
  3. if "%1~"=="~" goto help
  4. if "%2~"=="~" goto help
  5. if not exist %1\install.bat goto help
  6. md %2\ol4win
  7. echo Copying files...
  8. copy %1*.* %2\ol4win
  9. %2
  10. cd\ol4win
  11. del install.bat
  12. goto end
  13. :help
  14. echo USAGE: INSTALL [source] [destination]
  15. :end
  16.